home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000304_news@columbia.edu _Mon Feb 24 11:16:37 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA09381
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 24 Feb 1997 11:16:36 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA11834
  7.     for kermit.misc@watsun; Mon, 24 Feb 1997 11:16:36 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: K95 work with USR Winmodem?
  12. Date: 24 Feb 1997 16:16:34 GMT
  13. Organization: Columbia University
  14. Lines: 26
  15. Message-ID: <5eset2$9iq$1@apakabar.cc.columbia.edu>
  16. References: <01bc2207$b35f1640$5034afce@greg>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6643
  19.  
  20. In article <01bc2207$b35f1640$5034afce@greg>,
  21. Greg Teater <gteater@netwalk.com> wrote:
  22. : I currently use Hyperterminal 2 as my terminal emulator.  I am unhappy with
  23. : its VT100 emulation.  I need a terminal emulator that does good VT100
  24. : emulation and will work with a USR WinModem (WinModem does not support DOS
  25. : comm programs nor will it work with the old Window 3.1 terminal.exe).
  26. : I also need an emulator that will allow me to connect test equipment to
  27. : comm1 for downloading onto my PC using Xon Xoff or hardware flow control at
  28. : 9600 or 19,200.
  29. : I am using WIN95.  Will Kermit 95 handle all of this?
  30. :
  31. Yes, but with one caveat: the Xon/Xoff flow control doesn't work too well
  32. due to a quirk of the Windows comm driver.  RTS/CTS works fine, though.
  33. (But at 9600 or 19200 bps, you probably won't need much flow control anyway
  34. unless your PC is remarkably slow or busy).
  35.  
  36. : I am familiar with
  37. : Kermit (used it on Dos 2.11  and CP/M systems, even had the Digital VT180
  38. : and Rainbow specific versions) but since I became Windowized (sigh), I have
  39. : lost contact with old reliable.  Maybe its time I came back ...
  40.  
  41. We'd be happy to have you :-)
  42.  
  43. - Frank